C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / BreakEven<T> Class
Members

BreakEven<T> Class
Represents a Break Even chart series.
Object Model
BreakEven<T> Class
Syntax
'Declaration
 
Public Class BreakEven(Of T) 
   Inherits ExtraSeries(Of T)
 
Type Parameters
T
Remarks
A break even chart is a chart that shows the sales volume level at which total costs equal sales. Use the styles property to customize appearance of different parts of Break Even chart. The name property contains comma-separated names that are shown as legend entries.
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.ChartSeriesBase<T>
      C1.Web.Mvc.ExtraSeries<T>
         C1.Web.Mvc.BreakEven<T>

See Also